home *** CD-ROM | disk | FTP | other *** search
-
- ipcrm(1) UNIX Reference Manual ipcrm(1)
-
- NNAAMMEE
- iippccrrmm - remove the specified message queues, semaphore sets, and shared
- segments
-
- SSYYNNOOPPSSIISS
- iippccrrmm [--qq _m_s_q_i_d] [--mm _s_h_m_i_d] [--ss _s_e_m_i_d] [--QQ _m_s_g_k_e_y] [--MM _s_h_m_k_e_y] [--SS
- _s_e_m_k_e_y] _._._.
-
- DDEESSCCRRIIPPTTIIOONN
- iippccrrmm removes the specified message queues, semaphores and shared memory
- segments. These System V IPC objects can be specified by their creation
- id or any associated key.
-
- The following options are used to specify which IPC objects will be re-
- moved. Any number and combination of these options can be used:
-
- --qq _m_s_q_i_d
- Remove the message queue associated with the id mmssqqiidd from the
- system.
-
- --mm _s_h_m_i_d
- Mark the shared memory segment associated with id sshhmmiidd for re-
- moval. This marked segment will be destroyed after the last de-
- tach.
-
- --ss _s_e_m_i_d
- Removes the semaphore set associated with id sseemmiidd from the sys-
- tem.
-
- --QQ _m_s_g_k_e_y
- Remove the message queue associated with key mmssggkkeeyy from the sys-
- tem.
-
- --MM _s_h_m_k_e_y
- Mark the shared memory segment associated with key sshhmmkkeeyy for re-
- moval. This marked segment will be destroyed after the last de-
- tach.
-
- --SS _s_e_m_k_e_y
- Remove the semaphore set associated with key sseemmkkeeyy from the sys-
- tem.
-
- The identifiers and keys associated with these System V IPC objects can
- be determined by using ipcs(1)
-
- SSEEEE AALLSSOO
- ipcs(1)
-
- BSD Experimental August 8th, 1994 1
-